home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / totsrc.zip / TOTBUILD.PAS < prev    next >
Pascal/Delphi Source File  |  1991-02-11  |  357b  |  26 lines

  1. Program totBUILD;
  2.  
  3. {an "empty" program for rebuilding the entire Toolkit}
  4.  
  5. Uses totLOOK, 
  6.      totREAL,
  7.      totSYS,
  8.      totINPUT,
  9.      totFAST,
  10.      totWIN,
  11.      totMSG,
  12.      totLINK,
  13.      totLIST,
  14.      totDIR,
  15.      totIO1,
  16.      totIO2,
  17.      totIO3,
  18.      totMENU,
  19.      totSTR,
  20.      totDATE,
  21.      totMISC,
  22.      totKEY;
  23. begin
  24. end.
  25.  
  26.